home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / MASM / A_HELLO.H < prev    next >
Text File  |  1991-11-16  |  81b  |  4 lines

  1. /* a_hello.h - Include file for a_hello.asm */
  2.  
  3. void a_print_hello ( void ) ;
  4.